'Declaration
Public Overloads Shared Function GetString( _ ByVal culture As CultureInfo, _ ByVal name As String _ ) As String
public static string GetString( CultureInfo culture, string name )
Parameters
- culture
- The CultureInfo object that represents the culture for which the resource is localized.
- name
- Name of the resource to get.
Return Value
The value of a resource.